From f67c6769ed966eb2f32674f83909377457ab87cb Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Sun, 19 Oct 2025 20:23:36 +0200 Subject: [PATCH] luci-app-travelmate: sync with update 2.2.1-2 Signed-off-by: Dirk Brenken --- .../luci-static/resources/view/travelmate/overview.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js index 65a7da7f9d..e81fed8bf0 100644 --- a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js +++ b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js @@ -361,6 +361,12 @@ return view.extend({ o.datatype = 'range(0,30)'; o.rmempty = true; + o = s.taboption('general', form.DynamicList, 'trm_ssidfilter', _('Filter AutoAdd SSIDs'), _('List of SSID patterns for filtering/skipping specific open uplinks, e.g. \'Chromecast*\'')); + o.depends('trm_autoadd', '1'); + o.multiple = true; + o.nocreate = false; + o.rmempty = true; + /* additional settings tab */ -- 2.30.2